home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SuperHack
/
SuperHack CD.bin
/
CODING
/
GRAPHICS
/
GMSMTH01.ZIP
/
TITLE3D.MAK
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-02
|
288 b
|
18 lines
# make file for the tank_ii game
#
#rules
.c.obj:
bcc -mm $. >> tcc.out
.asm.obj:
tasm /mx /ml /m2 $. >> tcc.out
c:\game\demo\title3d.exe: \
initsign.obj\
movesign.obj\
title3d.obj
tlink -m @title3d.rsp >> tcc.out